home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Hyper / Co-Cz / Countdown.cpt / Countdown / background_2649.txt < prev    next >
Encoding:
Text File  |  1987-12-19  |  2.3 KB  |  113 lines

  1. -- background: 2649 from stack: in
  2. -- bmap block id: 5671
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: Setup
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=192 top=285 right=328 bottom=280
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: TEST
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   global TestRun
  23.   set the hilite of background button "Test" to true
  24.   put true into TestRun
  25.   set the cursor to 4
  26.   set the lockScreen to true
  27.   set the hilite of background button "Test" to false
  28.   RunClock
  29. end mouseUp
  30.  
  31.  
  32.  
  33. -- part 2 (button)
  34. -- low flags: 00
  35. -- high flags: 8003
  36. -- rect: left=310 top=284 right=327 bottom=398
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 0 / 0
  39. -- text alignment: 1
  40. -- font id: 0
  41. -- text size: 12
  42. -- style flags: 0
  43. -- line height: 16
  44. -- part name: DO IT!
  45. ----- HyperTalk script -----
  46. on mouseUp
  47.   global TestRun
  48.   set the hilite of background button "DO IT!" to true
  49.   put false into TestRun
  50.   set the cursor to 4
  51.   set the lockScreen to true
  52.   set the hilite of background button "DO IT!" to false
  53.   RunClock
  54. end mouseUp
  55.  
  56.  
  57.  
  58. -- part 5 (button)
  59. -- low flags: 00
  60. -- high flags: 0000
  61. -- rect: left=421 top=289 right=325 bottom=481
  62. -- title width / last selected line: 0
  63. -- icon id / first selected line: 1011 / 1011
  64. -- text alignment: 1
  65. -- font id: 0
  66. -- text size: 12
  67. -- style flags: 0
  68. -- line height: 16
  69. -- part name: 
  70. ----- HyperTalk script -----
  71. on mouseUp
  72.   go home
  73. end mouseUp
  74.  
  75.  
  76.  
  77. -- part 6 (button)
  78. -- low flags: 00
  79. -- high flags: 0000
  80. -- rect: left=23 top=286 right=328 bottom=84
  81. -- title width / last selected line: 0
  82. -- icon id / first selected line: 2162 / 2162
  83. -- text alignment: 1
  84. -- font id: 0
  85. -- text size: 12
  86. -- style flags: 0
  87. -- line height: 16
  88. -- part name: 
  89. ----- HyperTalk script -----
  90. on mouseUp
  91.   go to card 1
  92. end mouseUp
  93.  
  94.  
  95.  
  96. -- part 7 (button)
  97. -- low flags: 00
  98. -- high flags: 0000
  99. -- rect: left=97 top=286 right=328 bottom=165
  100. -- title width / last selected line: 0
  101. -- icon id / first selected line: 27009 / 27009
  102. -- text alignment: 1
  103. -- font id: 0
  104. -- text size: 12
  105. -- style flags: 0
  106. -- line height: 16
  107. -- part name: 
  108. ----- HyperTalk script -----
  109. on mouseUp
  110.   go to next card of background setup
  111. end mouseUp
  112.  
  113.